@media (min-width: 768px) and (max-width: 3991px) {
*:root{
    --red: rgb(212, 0, 18);
}
.right-input{
    transition: .1s all linear 0s;
}
.left-input:hover{
    transition: .1s all linear 0s;
    background-color: white;
    color: var(--red);
    border-width: 0;
}
.lastButton{
    transition: .1s all linear 0s;
}
.lastButton:hover{
    background-color: white !important;
    color: var(--red) !important;
}
.kont2 a {
    transition: .15s all ease-in-out 0s;
}
.kont2 a:hover {
    cursor: pointer;
    height: 35vh !important;
    width: 35vh !important;
}
.usl1 {
    transition: .15s all ease-in-out 0.1s;
}
.usl1:hover {
    width: 85%;
}
}